home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / DEMOCIAL / DEMOESY2.LZH / STYLE.DOC < prev    next >
Text File  |  1988-08-11  |  6KB  |  115 lines

  1.  
  2.                        ********************************
  3.                        *  EASY PRESENTATION GRAPHICS  *
  4.                        *          STYLE.DOC           *
  5.                        *         VERSION 2.04         *
  6.                        ********************************
  7.  
  8.  
  9.  
  10.  
  11.         The following is a description of the format of EPG's style guide
  12.         file.  The file name is your choice which allows multiple style
  13.         guides to be used.  The EPG support of the style guide file is
  14.         activated by putting a second file name on the EPG command line.
  15.         For example:
  16.  
  17.                 epg sample.asc style1.dat
  18.  
  19.                         or
  20.  
  21.                 mainr sample.asc style1.dat
  22.  
  23.  
  24.         will cause automatic importation of the "sample.asc" file. The
  25.         graph's options will be defined by the keywords present in the
  26.         "style1.dat" file.  Any keyword not present in this file will
  27.         result in EPG defaults being used.  These defaults, along with the
  28.         options selectable via the style guide are explained on the next page.
  29.  
  30.  
  31.         STYLE.DOC                                               Page: 2
  32.  
  33.  
  34.         _______________________________________________________________________
  35.         OPTION         | EPG Default | Style_guide file syntax     | Example
  36.         _______________|_____________|_____________________________|___________
  37.                        |             |                             |
  38.         Chart_Type     | None        | CT=n   where n = 1,2,...11. | CT=4
  39.         Title_Size     | Large       | TS=c   where c = L,S        | TS=S
  40.         Title_Color    | White       | TC=c   where *c = RGBYCPD   | TC=r
  41.         X_Axis Name    | None        | XA=s   where s = string     | XA=widgets
  42.         Y_Axis Name    | None        | YA=s   where s = string     | YA=dollars
  43.         Value_annotate | Off         | VA=c   where *c = Y or N    | VA=N
  44.         GRid           | Off         | GR=c   where *c = Y or N    | GR=Y
  45.         FRame          | Off         | FR=c   where *c = Y or N    | FR=n
  46.         Hatching       | On          | HA=c   where *c = Y or N    | HA=y
  47.         3D_flag        | On          | 3D=c   where *c = Y or N    | 3D=Y
  48.         _______________|_____________|_____________________________|___________
  49.  
  50.         Notes: 1.  *c - All characters may be upper or lower case.
  51.  
  52.                2.  Only the first character is looked at for all "c"
  53.                    types shown above, therfore you may use "Yes" or "No"
  54.                    instead of "Y" or "N".
  55.  
  56.                3.  RGBYCPD/rgbycpd = red,green,blue,yellow,cyan,purple,dark.
  57.  
  58.                4.  EPG limits X_axis name to 32 characters and limits
  59.                    Y_axis name to 16 characters.  You may enter more but
  60.                    they will be truncated to the limits stated.
  61.  
  62.                5.  The lines must be without spaces except for the axis
  63.                    names which may have spaces after the first character.
  64.                    All data is read positionally so that "GR=y" is correct
  65.                    but "GR=   Y" is not correct and will be ignored.  Any line
  66.                    in the file without "XX=" as the first three characters
  67.                    will be ignored (they must be in CAPS).
  68.  
  69.                6.  Each line must be terminated with <CR><LF>.
  70.  
  71.                7.  Only the options you wish to override need be stated.
  72.  
  73.                8.  The lines may be in any order in the file.
  74.  
  75.                9.  If you do not include a valid "CT=" line, the graph
  76.                    selection menu will be presented when EPG is run.  If you
  77.                    supply the "CT=" line, EPG will go directly to the chart
  78.                    you requested.  Charts are numbered from 1-11 and relates
  79.                    exactly to the order of the charts displayed on EPG's
  80.                    graph selection menu counted from left to right, top to
  81.                    bottom.
  82.  
  83.               10.  The style guide file may be used in conjunction with any
  84.                    of EPG's supported file types.  The style guide is in force
  85.                    only for the file directly imported and all defaults will
  86.                    be reset within EPG should a new graph be brought up while
  87.                    in EPG.
  88.  
  89.  
  90.         STYLE.DOC                                               Page: 3
  91.  
  92.  
  93.  
  94.  
  95.         Here is an example style file (with comments) for use as a guide.
  96.         Note, although all options are included, they need not all be
  97.         specified, when not specified, the system's defaults will be used.
  98.  
  99.               CT=7                           (Pie Chart Selection)
  100.               TS=L                           (Title_Size = Large)
  101.               TC=g                           (Title_Color = green)
  102.               VA=n                           (Value_Annotation - off)
  103.               GR=Y                           (GRid - on)
  104.               FR=y                           (FRAME - on)
  105.               HA=n                           (Hatching - off)
  106.               3D=No                          (3D effect - off)
  107.               XA=Text for the X-axis         (Truncated at 32 characters)
  108.               YA=Text for the Y-axis         (Truncated at 16 characters)
  109.  
  110.  
  111.         If you have any questions/problems or need more options to
  112.         be selectable, call us.
  113.  
  114.         Brown Bag Software    (408) 559-4545.
  115.